From 953754a2156bf647bae3348bacc59872b8798f01 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 Sep 2002 22:05:50 +0000 Subject: [PATCH] Whitespace changes. --- src/macterm.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/macterm.c b/src/macterm.c index dc8e516983e..705b3ec537c 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -12154,7 +12154,8 @@ init_required_apple_events () #if USE_CARBON_EVENTS -void init_service_handler() +void +init_service_handler () { EventTypeSpec specs[] = {{kEventClassService, kEventServiceGetTypes}, {kEventClassService, kEventServiceCopy}, @@ -12166,8 +12167,9 @@ void init_service_handler() /* MAC_TODO: Check to see if this is called by AEProcessDesc... */ -OSStatus mac_handle_service_event (EventHandlerCallRef callRef, - EventRef event, void *data) +OSStatus +mac_handle_service_event (EventHandlerCallRef callRef, + EventRef event, void *data) { OSStatus err = noErr; switch (GetEventKind (event)) @@ -12343,8 +12345,9 @@ descriptor_error_exit: } -static pascal OSErr mac_do_receive_drag (WindowPtr window, void *handlerRefCon, - DragReference theDrag) +static pascal OSErr +mac_do_receive_drag (WindowPtr window, void *handlerRefCon, + DragReference theDrag) { short items; short index; -- 2.30.2